home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / ipload.zip / AMAIL.BAT < prev    next >
DOS Batch File  |  1991-03-01  |  241b  |  11 lines

  1. @echo off
  2. rem check if bapi interface is loaded
  3. BAPICHK
  4. if errorlevel 1 goto endcheck
  5. rem unload all tcp/ip tsr programs
  6. echo Unloading TCP/IP Protocols...
  7. UNLOAD
  8. :endcheck
  9. rem run the mail program
  10. NMAIL %1 %2 %3 %4 %5 %6 %7 %8 %9
  11.